home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMTMPLTINETCOMMAND / TFRMTMPLTINETCOMMAND.txt
Encoding:
Text File  |  2003-01-14  |  7.3 KB  |  306 lines

  1. inherited frmTmpltInetCommand: TfrmTmpltInetCommand
  2.   Left = 369
  3.   Top = 130
  4.   Caption = 'frmTmpltInetCommand'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlBottom: TPanel
  9.     inherited comOk: TButton
  10.       Left = 328
  11.       Width = 72
  12.     end
  13.   end
  14.   inherited pnlCenter: TPanel
  15.     inherited pgcControlPage: TPageControl
  16.       ActivePage = tbsProxy
  17.       object tbsAM5Firewall: TTabSheet [1]
  18.         Caption = 'Firewall'
  19.         Enabled = False
  20.         ImageIndex = 2
  21.         TabVisible = False
  22.         object rbFWDoNotUse: TRadioButton
  23.           Left = 12
  24.           Top = 16
  25.           Width = 137
  26.           Height = 17
  27.           Caption = 'Do ¬ use Firewall'
  28.           Checked = True
  29.           TabOrder = 0
  30.           TabStop = True
  31.           OnClick = EnableOrDisableFWSettings
  32.         end
  33.         object rbFWDefault: TRadioButton
  34.           Tag = 1
  35.           Left = 12
  36.           Top = 44
  37.           Width = 137
  38.           Height = 17
  39.           Caption = 'Use Firewall by &default'
  40.           TabOrder = 1
  41.           OnClick = EnableOrDisableFWSettings
  42.         end
  43.         object rbFWCustom: TRadioButton
  44.           Tag = 2
  45.           Left = 12
  46.           Top = 72
  47.           Width = 137
  48.           Height = 17
  49.           Caption = 'Use &custom settings:'
  50.           TabOrder = 2
  51.           OnClick = EnableOrDisableFWSettings
  52.         end
  53.         object rgbFWSettings: TGroupBox
  54.           Left = 160
  55.           Top = 4
  56.           Width = 289
  57.           Height = 201
  58.           Caption = 'Firewall settings'
  59.           TabOrder = 4
  60.           object lblFWHost: TLabel
  61.             Left = 12
  62.             Top = 24
  63.             Width = 26
  64.             Height = 13
  65.             Caption = '&Host:'
  66.             FocusControl = edtFWHost
  67.           end
  68.           object lblFWPort: TLabel
  69.             Left = 176
  70.             Top = 24
  71.             Width = 24
  72.             Height = 13
  73.             Caption = '&Port:'
  74.             FocusControl = edtFWPort
  75.           end
  76.           object lblFWUserID: TLabel
  77.             Left = 12
  78.             Top = 152
  79.             Width = 40
  80.             Height = 13
  81.             Caption = '&User ID:'
  82.             FocusControl = edtFWUserID
  83.           end
  84.           object lblFWPassword: TLabel
  85.             Left = 176
  86.             Top = 152
  87.             Width = 50
  88.             Height = 13
  89.             Caption = 'P&assword:'
  90.             FocusControl = edtFWPassword
  91.           end
  92.           object lblFWType: TLabel
  93.             Left = 12
  94.             Top = 72
  95.             Width = 65
  96.             Height = 13
  97.             Caption = 'Firewall &type:'
  98.           end
  99.           object edtFWHost: TEdit
  100.             Left = 12
  101.             Top = 40
  102.             Width = 153
  103.             Height = 21
  104.             TabOrder = 0
  105.           end
  106.           object edtFWPort: TEdit
  107.             Left = 176
  108.             Top = 40
  109.             Width = 89
  110.             Height = 21
  111.             TabOrder = 1
  112.             Text = '1080'
  113.           end
  114.           object chkFWAuthentication: TCheckBox
  115.             Left = 12
  116.             Top = 128
  117.             Width = 93
  118.             Height = 17
  119.             Caption = '&Authentication'
  120.             Color = clBtnFace
  121.             ParentColor = False
  122.             TabOrder = 2
  123.           end
  124.           object edtFWUserID: TEdit
  125.             Left = 12
  126.             Top = 168
  127.             Width = 153
  128.             Height = 21
  129.             TabOrder = 3
  130.           end
  131.           object edtFWPassword: TEdit
  132.             Left = 176
  133.             Top = 168
  134.             Width = 101
  135.             Height = 21
  136.             PasswordChar = '*'
  137.             TabOrder = 4
  138.           end
  139.           object udFWPort: TUpDown
  140.             Left = 265
  141.             Top = 40
  142.             Width = 15
  143.             Height = 21
  144.             Associate = edtFWPort
  145.             Min = 1
  146.             Max = 32767
  147.             Position = 1080
  148.             TabOrder = 5
  149.             Thousands = False
  150.             Wrap = False
  151.           end
  152.         end
  153.         object comFWDefaultSettings: TButton
  154.           Left = 12
  155.           Top = 180
  156.           Width = 137
  157.           Height = 25
  158.           Caption = 'Default &settings...'
  159.           TabOrder = 3
  160.         end
  161.       end
  162.       object tbsProxy: TTabSheet [2]
  163.         Caption = 'Proxy'
  164.         ImageIndex = 4
  165.         object lblProxyType: TLabel
  166.           Left = 10
  167.           Top = 16
  168.           Width = 129
  169.           Height = 13
  170.           AutoSize = False
  171.           Caption = 'Proxy &type:'
  172.           FocusControl = cbxFWType
  173.           WordWrap = True
  174.         end
  175.         object lblProxyUserID: TLabel
  176.           Left = 238
  177.           Top = 65
  178.           Width = 249
  179.           Height = 13
  180.           AutoSize = False
  181.           Caption = '&User ID:'
  182.           FocusControl = edtProxyUserID
  183.         end
  184.         object lblProxyPass: TLabel
  185.           Left = 238
  186.           Top = 115
  187.           Width = 249
  188.           Height = 13
  189.           AutoSize = False
  190.           Caption = '&Password:'
  191.           FocusControl = edtProxyPass
  192.         end
  193.         object lblProxyPort: TLabel
  194.           Left = 10
  195.           Top = 114
  196.           Width = 125
  197.           Height = 13
  198.           AutoSize = False
  199.           Caption = 'Proxy p&ort:'
  200.           FocusControl = edtProxyPort
  201.         end
  202.         object lblProxyHost: TLabel
  203.           Left = 10
  204.           Top = 65
  205.           Width = 207
  206.           Height = 13
  207.           AutoSize = False
  208.           Caption = 'Proxy &host:'
  209.           FocusControl = edtProxyHost
  210.         end
  211.         object cbxFWType: TComboBox
  212.           Left = 10
  213.           Top = 32
  214.           Width = 220
  215.           Height = 21
  216.           Style = csDropDownList
  217.           ItemHeight = 13
  218.           TabOrder = 0
  219.           OnChange = cbxFWTypeChange
  220.           Items.Strings = (
  221.             'System default'
  222.             'None'
  223.             'Socks4'
  224.             'Socks4a'
  225.             'Socks5')
  226.         end
  227.         object chkProxyAuthenticate: TCheckBox
  228.           Left = 238
  229.           Top = 47
  230.           Width = 227
  231.           Height = 17
  232.           Caption = 'Use &authentication'
  233.           TabOrder = 3
  234.           OnClick = chkProxyAuthenticateClick
  235.         end
  236.         object edtProxyUserID: TEdit
  237.           Left = 238
  238.           Top = 81
  239.           Width = 221
  240.           Height = 21
  241.           TabOrder = 4
  242.         end
  243.         object edtProxyPass: TEdit
  244.           Left = 238
  245.           Top = 131
  246.           Width = 221
  247.           Height = 21
  248.           PasswordChar = '*'
  249.           TabOrder = 5
  250.         end
  251.         object edtProxyPort: TEdit
  252.           Left = 10
  253.           Top = 130
  254.           Width = 220
  255.           Height = 21
  256.           TabOrder = 2
  257.           Text = '1028'
  258.         end
  259.         object edtProxyHost: TEdit
  260.           Left = 10
  261.           Top = 81
  262.           Width = 220
  263.           Height = 21
  264.           TabOrder = 1
  265.         end
  266.       end
  267.     end
  268.   end
  269.   inherited taclKeyboardTrap: TActionList
  270.     Left = 196
  271.   end
  272.   inherited dxSIBarManager: TdxBarManager
  273.     Categories.ItemsVisibles = (
  274.       2)
  275.     Categories.Visibles = (
  276.       True)
  277.     PopupMenuLinks = <
  278.       item
  279.         Control = lsvAM5Errors
  280.         PopupMenu = dxCheckPopup
  281.       end>
  282.     DockControlHeights = (
  283.       0
  284.       0
  285.       0
  286.       0)
  287.   end
  288.   inherited dxCheckPopup: TdxBarPopupMenu
  289.     ItemLinks = <
  290.       item
  291.         Item = itmCheckAllErrors
  292.         UserGlyph.Data = {00000000}
  293.         Visible = True
  294.       end
  295.       item
  296.         Item = itmCheckNoErrors
  297.         UserGlyph.Data = {00000000}
  298.         Visible = True
  299.       end>
  300.   end
  301.   inherited IvTranslator1: TIvTranslator
  302.     Left = 228
  303.     Top = 348
  304.   end
  305. end
  306.